home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / fillit.zip / FILLIT.DOC < prev    next >
Text File  |  1991-07-10  |  2KB  |  61 lines

  1. Program:        FillIt v1.0
  2. Creation Date:  July 10, 1991
  3. File Name:      FILLIT.EXE
  4.  
  5. Purpose:
  6.  
  7.         To fill drive space .... simple enough.   Please do not
  8.         misuse this program - i.e. fill your boss's drive.  I designed
  9.         it to help debug programs, not cause headaches.
  10.  
  11.    PLEASE NOTE:
  12.  
  13.         This program creates a file called FILL$$$$.UP that will reside
  14.         in the root directory of whatever drive is targeted.  YOU MUST
  15.         DELETE THIS FILE.  THIS PROGRAM WILL NOT DELETE IT.
  16.  
  17. Procedure:
  18.  
  19.         FILLit has a few command line switches that govern its workings.
  20.  
  21.         FILLit </S> </F> </D:d> </N:nnn>
  22.  
  23.         /S      Silent mode - no screen or speaker output
  24.         /F      Fill the drive - run until it's full
  25.  
  26.         /D:d    Target drive specifier - if null, the active drive is used.
  27.         /N:nnn  This specifies the number of bytes of disk space to eat.
  28.                 If this is 0 or null, the drive will be filled, just as
  29.                 if the /F parameter had been used.  /F has precedence
  30.                 over this command.
  31.  
  32.  
  33. ----------------------------------------------------------------------------
  34.  
  35. This program's code is copy righted 1991, but the program is public domain.
  36. In other words, use it, copy it, whatever - I hope it helps in some way.
  37.  
  38. Any comments are welcome via FIDO or modem.
  39.  
  40. Sincerely,
  41.  
  42. George Spafford
  43.  
  44.        Queued Access BBS  USR Dual Std 14.4KB 8-N-1 (616) 468-5026
  45.        Running D'Bridge and Wildcat - Sysop: Tim Akright
  46.        FIDOnet:  1:227/250
  47.  
  48.  
  49.                   And now for the unpleasantries:
  50.  
  51.        FILLIT IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD)
  52.        MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED,
  53.        INCLUDING BUT NOT LIMITED TO TO WARRANTIES OF MERCHANTABILITY
  54.        OR FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS
  55.        SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE
  56.        LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS,
  57.        OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT
  58.        OF THE USE OF, MISUSE OF OR THE INABILITY TO USE THIS PROGRAM.
  59.  
  60.  
  61.